home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / BUSITION / VEHICLE.LZH / FRIEND.BAT < prev    next >
DOS Batch File  |  1992-12-28  |  741b  |  26 lines

  1. echo off
  2. if %1.==. goto goodbye
  3. cls
  4. echo.
  5. echo This batch file will make a copy of VMSYS PLUS onto floppy %1
  6. echo.
  7. echo The data files will NOT be transferred ... only the program files.
  8. echo.
  9. echo Place a blank formatted diskette into drive %1 and
  10. pause
  11. echo Now making a copy ... standby
  12. copy v.exe %1 > nul
  13. copy v.hlp %1 > nul
  14. copy friend.bat %1 > nul
  15. copy vbackup.bat %1 > nul
  16. copy v.doc %1 > nul
  17. copy invoice.doc %1 > nul
  18. echo.
  19. echo A fresh copy of the VMSYS PLUS program files have been copied to
  20. echo floppy drive %1.  The data files have NOT been copied.
  21. echo.
  22. echo The first time your friend runs VMSYS PLUS, he will be asked if
  23. echo he wishes to create a new database.  Have him answer YES.
  24. echo.
  25. :goodbye
  26.